KeyedCollection.opOpAssign

This just calls $(SRCTAG KeyedCollection.add).

  1. auto ref opOpAssign(T item)
  2. auto ref opOpAssign(I items)
    mixintemplate KeyedCollection(T)
    final ref
    opOpAssign
    (
    string op : "~"
    I
    )
    ()
    if (
    isIterable!(I)
    )

Meta